Welcome![Sign In][Sign Up]
Location:
Search - HUFFMAN jpeg

Search list

[Crypt_Decrypt algrithmsfast huffman decoder

Description: A fast huffman decoder for standard JPEG image. This C code is used in linux and windows.
Platform: | Size: 380277 | Author: qqnice | Hits:

[Windows DevelopHuffmanExp

Description: jpeg huffman
Platform: | Size: 98304 | Author: 白文 | Hits:

[Special EffectsVC_ImageProcessing

Description: 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)、位平面编码、预测编码、DPCM、JPEG 2000编码); 第8章 图像配准 第9章 目标检测与运动检测 第10章 图像形状特征分析(骨架检出、轮廓提取);第11章 图像分割(边界跟踪、阈值分割区域生长、分裂合并、Canny算子); 第12章 图像的模式识别-"Visual C digital image acquisition, processing and Practice" YANG Zhi Ling Wang Kai edited. Contents : Chapter 4 Image Enhancement (contrast enhancement, gray transform, histogram dressing, image smoothing, sharpening, Pseudo-color and false color enhancement); Chapter 5 of Image Restoration (inverse filter rehabilitation, Wiener filtering method); Chapter 6 of image processing orthogonal transformation (Fourier transform, discrete cosine transform (DCT), the Walsh transform, Based on the eigenvectors of transformation, Hotelling (Hotelling) transform, SVD transform, wavelet transform, Mallat algorithm); Chapter 7 Image Coding (Hoffman (Huffman) coding, arithmetic coding, RIc (Run Length Coding), the bit-plane coding, predictive coding, DPCM. JPEG 2000 encoding); Chapter 8 Image
Platform: | Size: 280576 | Author: 陈镇静 | Hits:

[Compress-Decompress algrithmsjpenhuff

Description: 此源码为按照jpeg标准编写的huffman压缩程序源代码,主要是进行图像数据压缩-source of this according to jpeg standards prepared by the Huffman compression source code, mainly for image data compression
Platform: | Size: 4096 | Author: | Hits:

[Compress-Decompress algrithmsencoderforjpeg

Description: 整理的JPEG的编码器,全员源码,非常适合初学者,搞清DCT、Huffman,jpeg 语法等。-finishing JPEG encoder, the full source code, are very suitable for beginners, get DCT, Huffman, jpeg syntax, and so on.
Platform: | Size: 101376 | Author: 赵真清 | Hits:

[Compress-Decompress algrithmsCode_Huffman

Description: jpeg中用到的 huffman 编码MATLAB程序 参考-jpeg which uses Huffman coding procedures, MATLAB
Platform: | Size: 2048 | Author: | Hits:

[Special EffectsImageProcessing

Description: 基本jpeg压缩源码,包括dct,量化,zigzag和huffman编码,适于数字图像处理开发人员。-Basic jpeg compression source, including dct, quantization, zigzag and huffman encoding, suitable for digital image processing developer.
Platform: | Size: 110592 | Author: 赵瑞 | Hits:

[Graph programhuffman

Description: 在windows环境下进行huffman编码,应用于jpeg压缩过程中-In the windows environment huffman encoding, used in the process of jpeg compression
Platform: | Size: 3072 | Author: 李勤 | Hits:

[Compress-Decompress algrithmshuffman

Description: huffman编码表。 编写JPEG文件可以使用。-huffman encoding table. JPEG files can be used to prepare.
Platform: | Size: 381952 | Author: waydon | Hits:

[Special Effectsjpeg

Description: 论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。解码时,进行熵解码,反量化,反离散余弦变换(IDCT)。
Platform: | Size: 1959936 | Author: 李明 | Hits:

[Special Effectsjpeg

Description: jpeg压缩的matlab程序,包括分块,量化,霍夫曼编码,其中量化和霍夫曼编码用查表实现,提高速度。-jpeg compression matlab procedures, including block, quantization, Huffman coding, in which quantization and Huffman coding using look-up table to achieve, improve the speed.
Platform: | Size: 1118208 | Author: ronghy | Hits:

[VHDL-FPGA-Veriloghuffman

Description: 用于FPGA的huffman算法的HDL编码,包括VHDL及Verilog代码。可用于JPEG及MPEG压缩算法。-The huffman algorithm for FPGA HDL coding, including VHDL and Verilog code. Can be used in JPEG and MPEG compression algorithms.
Platform: | Size: 10240 | Author: caesar | Hits:

[Compress-Decompress algrithmsJPEG

Description: 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。 -The realization of JPEG compression and coding (1) First of all, through the DCT transform to remove data redundancy (2) the use of quantization table of quantization DCT coefficients (3) of the coefficients after quantization Huffman coding.
Platform: | Size: 2048 | Author: 李雅 | Hits:

[Compress-Decompress algrithmsjpeg

Description: C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码-C code to complete jpeg encoding and decoding, including dct, quantization, zigzag and the Huffman code, decoding
Platform: | Size: 8192 | Author: Jingya | Hits:

[Picture Viewerjpeg

Description: 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧-The decoder supports the general category jpeg file format, which is most used in jpeg file format is the main characteristics of data accuracy of eight, using Huffman coding ordinary frame DCT
Platform: | Size: 141312 | Author: liusheng | Hits:

[Compress-Decompress algrithmsJPEG

Description: 图像JPEG压缩算法,由8*8DCT变换,调用量化表进行量化,最后由Huffman编码完成算法-JPEG image compression algorithm, the 8* 8DCT transform, quantization table calls to quantify, and finally completed by the Huffman coding algorithm
Platform: | Size: 168960 | Author: 宇翔 | Hits:

[Compress-Decompress algrithmsjpeg_decode

Description: 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fixed-point integer MMX Optimized decoder,you can make your choice According to the specific circumstances。
Platform: | Size: 103424 | Author: 倾泠月 | Hits:

[Compress-Decompress algrithmsjpeg

Description: 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT, to quantify the results of Huffman coding. At the same time compression process to achieve understanding, that is, the inverse process of the implementation of the process.
Platform: | Size: 5120 | Author: Justin | Hits:

[Special EffectsJPEG

Description: JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
Platform: | Size: 8342528 | Author: yangcaodie | Hits:

[Compress-Decompress algrithmsJPEG-matlab

Description: JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
Platform: | Size: 52224 | Author: huan | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net